var net/http.http2frameNames

3 uses

	net/http (current package)
		h2_bundle.go#L1611: var http2frameNames = [...]string{
		h2_bundle.go#L1625: 	if int(t) < len(http2frameNames) {
		h2_bundle.go#L1626: 		return http2frameNames[t]